Network Commands
Linux network Commands:
ifconfig:
- legacy version of showing interface and
IPconfiguration on device on host machine
ip a
- ip addressing its the new version of ifconfig show ip config and interfaces on host machine
ip n: ip neighbors its same as using Arp
- Arp == Address Resolution Protocol:
- its a protocol used to find Mac Address of its given IP Address.
ip r
- shows routing table information